【例子介绍】SVGIconImageList-3.9.1
delphi渲染svg的库,有四种引擎可用:Delphi Image32, Delphi TSVG, SKIA4Delphi, Direct2D wrapper。支持XE3及以上版本
【相关图片】
【源码结构】
.
├── SVGIconImageList-3.9.1
│ ├── Demo
│ │ ├── Benchmark
│ │ │ ├── Benchmark.dpr
│ │ │ ├── Benchmark.dproj
│ │ │ ├── Benchmark.res
│ │ │ ├── Benchmark_Icon.ico
│ │ │ ├── UBenchmark.dfm
│ │ │ └── UBenchmark.pas
│ │ ├── D10
│ │ │ ├── SVGIconImageListDemo.dpr
│ │ │ ├── SVGIconImageListDemo.dproj
│ │ │ └── SVGIconImageListDemo.res
│ │ ├── D10_1
│ │ │ ├── CategoryButtonTest.dpr
│ │ │ ├── CategoryButtonTest.dproj
│ │ │ ├── CategoryButtonTest.res
│ │ │ ├── SVGIconImageListDemo.dpr
│ │ │ ├── SVGIconImageListDemo.dproj
│ │ │ └── SVGIconImageListDemo.res
│ │ ├── D10_2
│ │ │ ├── SVGIconImageListDemo.dpr
│ │ │ ├── SVGIconImageListDemo.dproj
│ │ │ └── SVGIconImageListDemo.res
│ │ ├── D10_3
│ │ │ ├── CategoryButtonTest.dpr
│ │ │ ├── CategoryButtonTest.dproj
│ │ │ ├── CategoryButtonTest.res
│ │ │ ├── IconPickerFMX.dpr
│ │ │ ├── IconPickerFMX.dproj
│ │ │ ├── IconPickerFMX.res
│ │ │ ├── SVGIconImageDemoFMX.dpr
│ │ │ ├── SVGIconImageDemoFMX.dproj
│ │ │ ├── SVGIconImageDemoFMX.res
│ │ │ ├── SVGIconImageListDemo.dpr
│ │ │ ├── SVGIconImageListDemo.dproj
│ │ │ ├── SVGIconImageListDemo.res
│ │ │ ├── SVGIconImageListDemoFMX.dpr
│ │ │ ├── SVGIconImageListDemoFMX.dproj
│ │ │ └── SVGIconImageListDemoFMX.res
│ │ ├── D10_4
│ │ │ ├── CategoryButtonTest.dpr
│ │ │ ├── CategoryButtonTest.dproj
│ │ │ ├── CategoryButtonTest.res
│ │ │ ├── SVGIconImageCollectionIntoControlList.dpr
│ │ │ ├── SVGIconImageCollectionIntoControlList.dproj
│ │ │ ├── SVGIconImageCollectionIntoControlList.res
│ │ │ ├── SVGIconImageDemoFMX.dpr
│ │ │ ├── SVGIconImageDemoFMX.dproj
│ │ │ ├── SVGIconImageDemoFMX.res
│ │ │ ├── SVGIconImageListDemo.dpr
│ │ │ ├── SVGIconImageListDemo.dproj
│ │ │ ├── SVGIconImageListDemo.res
│ │ │ ├── SVGIconImageListDemoFMX.dpr
│ │ │ ├── SVGIconImageListDemoFMX.dproj
│ │ │ └── SVGIconImageListDemoFMX.res
│ │ ├── D11
│ │ │ ├── CategoryButtonTest.dpr
│ │ │ ├── CategoryButtonTest.dproj
│ │ │ ├── CategoryButtonTest.res
│ │ │ ├── SVGIconImageCollectionIntoControlList.dpr
│ │ │ ├── SVGIconImageCollectionIntoControlList.dproj
│ │ │ ├── SVGIconImageCollectionIntoControlList.res
│ │ │ ├── SVGIconImageDemoFMX.dpr
│ │ │ ├── SVGIconImageDemoFMX.dproj
│ │ │ ├── SVGIconImageDemoFMX.res
│ │ │ ├── SVGIconImageListDemo.dpr
│ │ │ ├── SVGIconImageListDemo.dproj
│ │ │ ├── SVGIconImageListDemo.res
│ │ │ ├── SVGIconImageListDemoFMX.dpr
│ │ │ ├── SVGIconImageListDemoFMX.dproj
│ │ │ └── SVGIconImageListDemoFMX.res
│ │ ├── DXE3
│ │ │ ├── SVGIconImageListDemo.dpr
│ │ │ ├── SVGIconImageListDemo.dproj
│ │ │ └── SVGIconImageListDemo.res
│ │ ├── DXE6
│ │ │ ├── SVGIconImageListDemo.dpr
│ │ │ ├── SVGIconImageListDemo.dproj
│ │ │ └── SVGIconImageListDemo.res
│ │ ├── DXE8
│ │ │ ├── SVGIconImageListDemo.dpr
│ │ │ ├── SVGIconImageListDemo.dproj
│ │ │ └── SVGIconImageListDemo.res
│ │ ├── Images
│ │ │ ├── ComponentEditor.jpg
│ │ │ ├── ComponentEditorDark.jpg
│ │ │ ├── ComponentEditorFMX.jpg
│ │ │ ├── ComponentList.png
│ │ │ ├── ControlListDemo.png
│ │ │ ├── Demo.jpg
│ │ │ ├── DemoFMX.jpg
│ │ │ ├── ExportToPNG.jpg
│ │ │ ├── NativeVirtualImageList.jpg
│ │ │ ├── SVGIconExplorer.jpg
│ │ │ ├── SVGIconImageListBanner.jpg
│ │ │ ├── SVGTextPropertyEditor.jpg
│ │ │ ├── SVGTextPropertyEditorDark.jpg
│ │ │ ├── SVGTextPropertyEditorFMX.jpg
│ │ │ ├── SVGViewer_example.jpg
│ │ │ ├── Sample.jpg
│ │ │ ├── SampleFMX.jpg
│ │ │ ├── SupportingDelphi.jpg
│ │ │ ├── TSVGICONIMAGELIST128_PNG.png
│ │ │ ├── svg-logo.png
│ │ │ └── svgiconimagelistcomponenticon.ico
│ │ ├── SVGExplorer
│ │ │ ├── FExplorerSVG.dfm
│ │ │ ├── FExplorerSVG.pas
│ │ │ ├── SVGExplorer.dpr
│ │ │ ├── SVGExplorer.dproj
│ │ │ ├── SVGExplorer.res
│ │ │ └── SVGExplorer_Icon.ico
│ │ ├── Source
│ │ │ ├── UControlListMain.dfm
│ │ │ ├── UControlListMain.pas
│ │ │ ├── UDataModule.dfm
│ │ │ ├── UDataModule.pas
│ │ │ ├── UIconPickerFMX.fmx
│ │ │ ├── UIconPickerFMX.pas
│ │ │ ├── UMain.dfm
│ │ │ ├── UMain.pas
│ │ │ ├── UMainFMX.fmx
│ │ │ ├── UMainFMX.pas
│ │ │ ├── UMainNew.dfm
│ │ │ ├── UMainNew.pas
│ │ │ ├── UMainTest.dfm
│ │ │ ├── UMainTest.pas
│ │ │ ├── USVGIconImageFMX.fmx
│ │ │ └── USVGIconImageFMX.pas
│ │ ├── SvgViewer
│ │ │ ├── FrameViewer.dfm
│ │ │ ├── FrameViewer.pas
│ │ │ ├── SvgViewer.dpr
│ │ │ ├── SvgViewer.dproj
│ │ │ ├── SvgViewer.res
│ │ │ ├── SvgViewerUnit.dfm
│ │ │ ├── SvgViewerUnit.pas
│ │ │ └── Viewer_Icon.ico
│ │ └── svg_examples
│ │ ├── NewSydneyVectors
│ │ │ ├── C BUIDER_Product.svg
│ │ │ ├── C Builder project icon.svg
│ │ │ ├── Delphi project icon (two-tone).svg
│ │ │ ├── Delphi project icon.svg
│ │ │ ├── Delphi_Product icon.svg
│ │ │ ├── Interbase_product icon.svg
│ │ │ ├── RAD_SERVER_Product icon.svg
│ │ │ └── RAD_STUDIO_Product icon.svg
│ │ ├── Papirus-icons
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── apps_321_mediaplayer.svg
│ │ │ ├── apps_4g_browser.svg
│ │ │ ├── apps_4g_lte_browser.svg
│ │ │ ├── apps_4pda.svg
│ │ │ ├── apps_8g_browser.svg
│ │ │ ├── apps_abbey_music_player.svg
│ │ │ ├── apps_ac3_player.svg
│ │ │ ├── apps_ac3_video_player.svg
│ │ │ ├── apps_ac_browser.svg
│ │ │ ├── apps_accountstudio_mp3_player.svg
│ │ │ ├── apps_activity_launcher.svg
│ │ │ ├── apps_adaway.svg
│ │ │ ├── apps_adblock.svg
│ │ │ ├── apps_adblock_browser.svg
│ │ │ ├── apps_adblock_plus.svg
│ │ │ ├── apps_adguard.svg
│ │ │ ├── apps_adobe_photoshop_express.svg
│ │ │ ├── apps_adobe_reader.svg
│ │ │ ├── apps_aeondroid.svg
│ │ │ ├── apps_afwall_plus.svg
│ │ │ ├── apps_aimp.svg
│ │ │ ├── apps_alarm_clock.svg
│ │ │ ├── apps_alfabank.svg
│ │ │ ├── apps_aliexpress.svg
│ │ │ ├── apps_allcast.svg
│ │ │ ├── apps_amazon_store.svg
│ │ │ ├── apps_andotp.svg
│ │ │ ├── apps_androidstudio.svg
│ │ │ ├── apps_ankidroid.svg
│ │ │ ├── apps_ankit_musicplayer.svg
│ │ │ ├── apps_antennapod.svg
│ │ │ ├── apps_anydesk.svg
│ │ │ ├── apps_appsddoz_video_player.svg
│ │ │ ├── apps_apus_browser_pro_video_booster.svg
│ │ │ ├── apps_archos_video_player.svg
│ │ │ ├── apps_armorfly_browser.svg
│ │ │ ├── apps_asus_browser.svg
│ │ │ ├── apps_atimetracker.svg
│ │ │ ├── apps_audio_bassbooster.svg
│ │ │ ├── apps_audio_beats.svg
│ │ │ ├── apps_audioamp_video_player.svg
│ │ │ ├── apps_audioknigi_online.svg
│ │ │ ├── apps_audiovision_music_player.svg
│ │ │ ├── apps_authorizer.svg
│ │ │ ├── apps_authy.svg
│ │ │ ├── apps_autoairplanemode.svg
│ │ │ ├── apps_avito.svg
│ │ │ ├── apps_ax_player.svg
│ │ │ ├── apps_banggood.svg
│ │ │ ├── apps_bbc.svg
│ │ │ ├── apps_bbc_player.svg
│ │ │ ├── apps_beeline.svg
│ │ │ ├── apps_bewegungsmelder.svg
│ │ │ ├── apps_bipolalarm.svg
│ │ │ ├── apps_birthdayadapter.svg
│ │ │ ├── apps_birthdaydroid.svg
│ │ │ ├── apps_bisq_notifications.svg
│ │ │ ├── apps_bitcoin.svg
│ │ │ ├── apps_bitmask.svg
│ │ │ ├── apps_bitwarden.svg
│ │ │ ├── apps_black_player.svg
│ │ │ ├── apps_bluebatt.svg
│ │ │ ├── apps_bluejeans.svg
│ │ │ ├── apps_boat_browser.svg
│ │ │ ├── apps_boat_browser_mini.svg
│ │ │ ├── apps_boinc.svg
│ │ │ ├── apps_boomcap.svg
│ │ │ ├── apps_boostnote.svg
│ │ │ ├── apps_browser_apus.svg
│ │ │ ├── apps_browser_brave.svg
│ │ │ ├── apps_browser_du.svg
│ │ │ ├── apps_browser_orbitum.svg
│ │ │ ├── apps_browser_puls.svg
│ │ │ ├── apps_bsplayer.svg
│ │ │ ├── apps_buttercup.svg
│ │ │ ├── apps_butterfly_browser.svg
│ │ │ ├── apps_casse_o_player.svg
│ │ │ ├── apps_castbox.svg
│ │ │ ├── apps_chromer_browser.svg
│ │ │ ├── apps_cisco_anyconnect.svg
│ │ │ ├── apps_citrix_receiver.svg
│ │ │ ├── apps_clean_music.svg
│ │ │ ├── apps_clementine.svg
│ │ │ ├── apps_clocksync.svg
│ │ │ ├── apps_cloud_player_doubletwist.svg
│ │ │ ├── apps_cloudskipper_music_player.svg
│ │ │ ├── apps_cm_browser.svg
│ │ │ ├── apps_coocent_eq.svg
│ │ │ ├── apps_cryptfs_password.svg
│ │ │ ├── apps_cryptomator.svg
│ │ │ ├── apps_cryptopass.svg
│ │ │ ├── apps_csploit.svg
│ │ │ ├── apps_d00r.svg
│ │ │ ├── apps_datovka.svg
│ │ │ ├── apps_deadbeef.svg
│ │ │ ├── apps_deezer.svg
│ │ │ ├── apps_deflemask.svg
│ │ │ ├── apps_deltachat.svg
│ │ │ ├── apps_derandom.svg
│ │ │ ├── apps_difm_radio.svg
│ │ │ ├── apps_discord.svg
│ │ │ ├── apps_dolphin_emu.svg
│ │ │ ├── apps_dolphin_web_browser.svg
│ │ │ ├── apps_dolphin_zero_browser.svg
│ │ │ ├── apps_double_twist_player.svg
│ │ │ ├── apps_dreams_player.svg
│ │ │ ├── apps_dropbox.svg
│ │ │ ├── apps_drweb.svg
│ │ │ ├── apps_drweb_mcc.svg
│ │ │ ├── apps_dub_music_player.svg
│ │ │ ├── apps_dub_studio_eq.svg
│ │ │ ├── apps_duck_duck_go.svg
│ │ │ ├── apps_dukto.svg
│ │ │ ├── apps_duokan_reader.svg
│ │ │ ├── apps_e_num.svg
│ │ │ ├── apps_ellen_mp3_player.svg
│ │ │ ├── apps_emacs.svg
│ │ │ ├── apps_emby.svg
│ │ │ ├── apps_emule.svg
│ │ │ ├── apps_encryptr.svg
│ │ │ ├── apps_enpass.svg
│ │ │ ├── apps_equalizer_music_player_booster.svg
│ │ │ ├── apps_estmob_sendanywhere.svg
│ │ │ ├── apps_etesync.svg
│ │ │ ├── apps_etheremote.svg
│ │ │ ├── apps_ethereum_wallet.svg
│ │ │ ├── apps_ettercap.svg
│ │ │ ├── apps_everdo.svg
│ │ │ ├── apps_evernote.svg
│ │ │ ├── apps_exodus_wallet.svg
│ │ │ ├── apps_exsoul_web_browser.svg
│ │ │ ├── apps_f_droid.svg
│ │ │ ├── apps_facebook.svg
│ │ │ ├── apps_facebook_lite.svg
│ │ │ ├── apps_facebook_pages.svg
│ │ │ ├── apps_far_manager.svg
│ │ │ ├── apps_fastest_mini_browser.svg
│ │ │ ├── apps_fasthub.svg
│ │ │ ├── apps_fbmessenger.svg
│ │ │ ├── apps_fbmessenger_lite.svg
│ │ │ ├── apps_fbreader.svg
│ │ │ ├── apps_feedly_classic.svg
│ │ │ ├── apps_figma.svg
│ │ │ ├── apps_firefox.svg
│ │ │ ├── apps_firefox_focus.svg
│ │ │ ├── apps_firefox_reality.svg
│ │ │ ├── apps_firefox_trunk.svg
│ │ │ ├── apps_flickr.svg
│ │ │ ├── apps_flux.svg
│ │ │ ├── apps_flv_player.svg
│ │ │ ├── apps_flv_video_player.svg
│ │ │ ├── apps_fm_player.svg
│ │ │ ├── apps_folder_player.svg
│ │ │ ├── apps_fotoable_music_player.svg
│ │ │ ├── apps_foursquare.svg
│ │ │ ├── apps_foxit_mobile.svg
│ │ │ ├── apps_foxit_pdfscanner.svg
│ │ │ ├── apps_freeciv.svg
│ │ │ ├── apps_freeoffice_planmaker.svg
│ │ │ ├── apps_freeoffice_planmaker_hd.svg
│ │ │ ├── apps_freeoffice_presentations.svg
│ │ │ ├── apps_freeoffice_presentations_hd.svg
│ │ │ ├── apps_freeoffice_textmaker.svg
│ │ │ ├── apps_freeoffice_textmaker_hd.svg
│ │ │ ├── apps_gcstar.svg
│ │ │ ├── apps_gcstar_scanner.svg
│ │ │ ├── apps_gearcalculator.svg
│ │ │ ├── apps_geogebra_classic.svg
│ │ │ ├── apps_ghostery_privacy_browser.svg
│ │ │ ├── apps_gimp.svg
│ │ │ ├── apps_gitkraken.svg
│ │ │ ├── apps_gitter.svg
│ │ │ ├── apps_golly.svg
│ │ │ ├── apps_gom_player.svg
│ │ │ ├── apps_gonemad_music_player.svg
│ │ │ ├── apps_gplayer.svg
│ │ │ ├── apps_gps_data.svg
│ │ │ ├── apps_green_apple_mp3_player.svg
│ │ │ ├── apps_green_banana_music.svg
│ │ │ ├── apps_guitartuna.svg
│ │ │ ├── apps_habit_browser.svg
│ │ │ ├── apps_halo_browser.svg
│ │ │ ├── apps_hashdroid.svg
│ │ │ ├── apps_hd_video_player.svg
│ │ │ ├── apps_heavens_above.svg
│ │ │ ├── apps_here_wego.svg
│ │ │ ├── apps_hipchat.svg
│ │ │ ├── apps_htc_videoplayer.svg
│ │ │ ├── apps_hubstaff.svg
│ │ │ ├── apps_i2p.svg
│ │ │ ├── apps_ibkr_mobile.svg
│ │ │ ├── apps_icq.svg
│ │ │ ├── apps_icsimport.svg
│ │ │ ├── apps_ijoy_music_player.svg
│ │ │ ├── apps_inbrowser.svg
│ │ │ ├── apps_ingenuity_eq_player.svg
│ │ │ ├── apps_instagram.svg
│ │ │ ├── apps_irccloud.svg
│ │ │ ├── apps_irccloud_enterprise.svg
│ │ │ ├── apps_iron_browser.svg
│ │ │ ├── apps_is_phone_encrypted.svg
│ │ │ ├── apps_ivvovtech_music_player.svg
│ │ │ ├── apps_jango_radio.svg
│ │ │ ├── apps_java_editor.svg
│ │ │ ├── apps_jellyfin.svg
│ │ │ ├── apps_jetaudio.svg
│ │ │ ├── apps_joplin.svg
│ │ │ ├── apps_jrtstudio_music.svg
│ │ │ ├── apps_just_listenit.svg
│ │ │ ├── apps_kalgebra.svg
│ │ │ ├── apps_kdeconnect.svg
│ │ │ ├── apps_keepass2android.svg
│ │ │ ├── apps_keepass2android_offline.svg
│ │ │ ├── apps_keepass_dx.svg
│ │ │ ├── apps_keepassdroid.svg
│ │ │ ├── apps_kepler_music_player.svg
│ │ │ ├── apps_keybase.svg
│ │ │ ├── apps_kirigami_gallery.svg
│ │ │ ├── apps_klimbgrades.svg
│ │ │ ├── apps_kmplayer.svg
│ │ │ ├── apps_kodi.svg
│ │ │ ├── apps_komoot.svg
│ │ │ ├── apps_kore.svg
│ │ │ ├── apps_kstars.svg
│ │ │ ├── apps_ktuberling.svg
│ │ │ ├── apps_kx_music_player.svg
│ │ │ ├── apps_l_speed.svg
│ │ │ ├── apps_language_tool.svg
│ │ │ ├── apps_lark_player.svg
│ │ │ ├── apps_lastfm.svg
│ │ │ ├── apps_laya_music_player.svg
│ │ │ ├── apps_lbry.svg
│ │ │ ├── apps_libreoffice.svg
│ │ │ ├── apps_libreoffice_impress_remote.svg
│ │ │ ├── apps_lichess.svg
│ │ │ ├── apps_lifeograph.svg
│ │ │ ├── apps_lightning_web_browser.svg
│ │ │ ├── apps_lightsoff.svg
│ │ │ ├── apps_linconnect.svg
│ │ │ ├── apps_linphone.svg
│ │ │ ├── apps_listen_audiobook_player.svg
│ │ │ ├── apps_litter_web_browser.svg
│ │ │ ├── apps_localcast_for_chromecast.svg
│ │ │ ├── apps_locker.svg
│ │ │ ├── apps_logisim.svg
│ │ │ ├── apps_love.svg
│ │ │ ├── apps_lucidchart.svg
│ │ │ ├── apps_mail_ru_cloud.svg
│ │ │ ├── apps_mame4all.svg
│ │ │ ├── apps_mame4droid.svg
│ │ │ ├── apps_maple_player.svg
│ │ │ ├── apps_marble_behaim.svg
│ │ │ ├── apps_matlab.svg
│ │ │ ├── apps_mattermost.svg
│ │ │ ├── apps_mattermost_classic.svg
│ │ │ ├── apps_maxima.svg
│ │ │ ├── apps_maxthon_browser.svg
│ │ │ ├── apps_mediainfo.svg
│ │ │ ├── apps_mediamonkey.svg
│ │ │ ├── apps_mega.svg
│ │ │ ├── apps_megabonus.svg
│ │ │ ├── apps_mercury_browser.svg
│ │ │ ├── apps_mezzo_player.svg
│ │ │ ├── apps_mgba.svg
│ │ │ ├── apps_microscope.svg
│ │ │ ├── apps_mikrotik.svg
│ │ │ ├── apps_miui_community.svg
│ │ │ ├── apps_miui_feedback.svg
│ │ │ ├── apps_miui_games.svg
│ │ │ ├── apps_miui_market.svg
│ │ │ ├── apps_miui_mi_drop.svg
│ │ │ ├── apps_miui_mi_video.svg
│ │ │ ├── apps_miui_mipay.svg
│ │ │ ├── apps_miui_notes.svg
│ │ │ ├── apps_miui_scanner.svg
│ │ │ ├── apps_miui_screen_recorder.svg
│ │ │ ├── apps_miui_security.svg
│ │ │ ├── apps_miui_shop.svg
│ │ │ ├── apps_miui_smarthome.svg
│ │ │ ├── apps_mixcloud.svg
│ │ │ ├── apps_mixplorer.svg
│ │ │ ├── apps_mnemosyne.svg
│ │ │ ├── apps_moboplayer.svg
│ │ │ ├── apps_moneydance.svg
│ │ │ ├── apps_moonlight.svg
│ │ │ ├── apps_motp.svg
│ │ │ ├── apps_mp3_player_white.svg
│ │ │ ├── apps_mpd.svg
│ │ │ ├── apps_mpdroid.svg
│ │ │ ├── apps_mpv.svg
│ │ │ ├── apps_mttcross_player.svg
│ │ │ ├── apps_music_folder_player.svg
│ │ │ ├── apps_music_go_plus.svg
│ │ │ ├── apps_music_hero.svg
│ │ │ ├── apps_musicolet_music_player.svg
│ │ │ ├── apps_musicplayer_mp3.svg
│ │ │ ├── apps_musicplayer_rocket.svg
│ │ │ ├── apps_musix_player.svg
│ │ │ ├── apps_musixmatch.svg
│ │ │ ├── apps_mvideoplayer.svg
│ │ │ ├── apps_mx_player.svg
│ │ │ ├── apps_my_shows.svg
│ │ │ ├── apps_my_vodafone.svg
│ │ │ ├── apps_n7player.svg
│ │ │ ├── apps_netguard.svg
│ │ │ ├── apps_network_tools.svg
│ │ │ ├── apps_neutron_music_player.svg
│ │ │ ├── apps_next_browser.svg
│ │ │ ├── apps_nightshift.svg
│ │ │ ├── apps_note_crypt_pro.svg
│ │ │ ├── apps_nova_launcher.svg
│ │ │ ├── apps_nova_launcher_settings.svg
│ │ │ ├── apps_novaposhtaa.svg
│ │ │ ├── apps_nrg_player.svg
│ │ │ ├── apps_octodroid.svg
│ │ │ ├── apps_ok.svg
│ │ │ ├── apps_ok_video.svg
│ │ │ ├── apps_olx.svg
│ │ │ ├── apps_omnich_player.svg
│ │ │ ├── apps_one_browser.svg
│ │ │ ├── apps_onetimepass.svg
│ │ │ ├── apps_onkyo_hf_player.svg
│ │ │ ├── apps_ooniprobe.svg
│ │ │ ├── apps_open_keychain.svg
│ │ │ ├── apps_openhub.svg
│ │ │ ├── apps_openmentoring.svg
│ │ │ ├── apps_openpass.svg
│ │ │ ├── apps_opera.svg
│ │ │ ├── apps_opera_beta.svg
│ │ │ ├── apps_opera_mini.svg
│ │ │ ├── apps_opera_mini_beta.svg
│ │ │ ├── apps_opera_touch.svg
│ │ │ ├── apps_orfox.svg
│ │ │ ├── apps_orwall.svg
│ │ │ ├── apps_orweb.svg
│ │ │ ├── apps_osmand.svg
│ │ │ ├── apps_osmand_plus.svg
│ │ │ ├── apps_otpauth.svg
│ │ │ ├── apps_passcard.svg
│ │ │ ├── apps_passera.svg
│ │ │ ├── apps_passwordgenerator.svg
│ │ │ ├── apps_peanut_encryption.svg
│ │ │ ├── apps_pgpauth.svg
│ │ │ ├── apps_pgpclipper.svg
│ │ │ ├── apps_phoenix_browser.svg
│ │ │ ├── apps_phonograph_music_player.svg
│ │ │ ├── apps_pi_musicplayer.svg
│ │ │ ├── apps_pijaret.svg
│ │ │ ├── apps_pinmnemonic.svg
│ │ │ ├── apps_pixelknot.svg
│ │ │ ├── apps_player_meridian.svg
│ │ │ ├── apps_player_pro_music.svg
│ │ │ ├── apps_playermusic.svg
│ │ │ ├── apps_playerxtreme.svg
│ │ │ ├── apps_playo.svg
│ │ │ ├── apps_plex.svg
│ │ │ ├── apps_plex_server.svg
│ │ │ ├── apps_plex_vr.svg
│ │ │ ├── apps_pocket.svg
│ │ │ ├── apps_pocketcasts.svg
│ │ │ ├── apps_podcast_addict.svg
│ │ │ ├── apps_podcast_go.svg
│ │ │ ├── apps_podcast_republic.svg
│ │ │ ├── apps_portauthority.svg
│ │ │ ├── apps_portknocker.svg
│ │ │ ├── apps_power_browser.svg
│ │ │ ├── apps_power_media_player.svg
│ │ │ ├── apps_poweramp.svg
│ │ │ ├── apps_privat24.svg
│ │ │ ├── apps_prosto_radio.svg
│ │ │ ├── apps_puff.svg
│ │ │ ├── apps_puffin_web_browser.svg
│ │ │ ├── apps_puffin_web_browser_pro.svg
│ │ │ ├── apps_puffin_web_browser_tv.svg
│ │ │ ├── apps_pulsar.svg
│ │ │ ├── apps_pyrope_browser.svg
│ │ │ ├── apps_qbittorrent.svg
│ │ │ ├── apps_qrstream.svg
│ │ │ ├── apps_quark_browser.svg
│ │ │ ├── apps_quickedit.svg
│ │ │ ├── apps_reactive_fast_search.svg
│ │ │ ├── apps_readera.svg
│ │ │ ├── apps_real_player.svg
│ │ │ ├── apps_relive.svg
│ │ │ ├── apps_ripple.svg
│ │ │ ├── apps_rocket_browser.svg
│ │ │ ├── apps_rutaxi.svg
│ │ │ ├── apps_s8_edge_music_player.svg
│ │ │ ├── apps_samsung_music.svg
│ │ │ ├── apps_satoshiproof.svg
│ │ │ ├── apps_sberbank.svg
│ │ │ ├── apps_seconds_clock.svg
│ │ │ ├── apps_secret_codes.svg
│ │ │ ├── apps_secure_settings.svg
│ │ │ ├── apps_selinux.svg
│ │ │ ├── apps_shazam.svg
│ │ │ ├── apps_shuttle_music_player.svg
│ │ │ ├── apps_simpletextcrypt.svg
│ │ │ ├── apps_skype.svg
│ │ │ ├── apps_skype_business.svg
│ │ │ ├── apps_skype_lite.svg
│ │ │ ├── apps_slack.svg
│ │ │ ├── apps_smart_eq.svg
│ │ │ ├── apps_smart_swf_player.svg
│ │ │ ├── apps_smssecure.svg
│ │ │ ├── apps_snooperstopper.svg
│ │ │ ├── apps_snoopsnitch.svg
│ │ │ ├── apps_sound_meter.svg
│ │ │ ├── apps_soundcloud.svg
│ │ │ ├── apps_soundcloud_pulse.svg
│ │ │ ├── apps_spotify_client.svg
│ │ │ ├── apps_sputnik_browser.svg
│ │ │ ├── apps_stellio_player.svg
│ │ │ ├── apps_strava.svg
│ │ │ ├── apps_stream_djit.svg
│ │ │ ├── apps_supergenpass.svg
│ │ │ ├── apps_supersu.svg
│ │ │ ├── apps_superuser.svg
│ │ │ ├── apps_surespot.svg
│ │ │ ├── apps_swf_player.svg
│ │ │ ├── apps_syncthing.svg
│ │ │ ├── apps_tangram_browser.svg
│ │ │ ├── apps_telegram.svg
│ │ │ ├── apps_termux.svg
│ │ │ ├── apps_tinc.svg
│ │ │ ├── apps_torrent_video_player_tvp.svg
│ │ │ ├── apps_totalcmd.svg
│ │ │ ├── apps_track24.svg
│ │ │ ├── apps_trackbook.svg
│ │ │ ├── apps_transmission.svg
│ │ │ ├── apps_trax_music_player.svg
│ │ │ ├── apps_tunein.svg
│ │ │ ├── apps_tunein_pro.svg
│ │ │ ├── apps_twitter.svg
│ │ │ ├── apps_twrp.svg
│ │ │ ├── apps_uc_browser.svg
│ │ │ ├── apps_uc_browser_mini.svg
│ │ │ ├── apps_uc_browser_turbo.svg
│ │ │ ├── apps_usb_audio_player.svg
│ │ │ ├── apps_vc_browser.svg
│ │ │ ├── apps_via_browser.svg
│ │ │ ├── apps_viber.svg
│ │ │ ├── apps_video_player_all_format.svg
│ │ │ ├── apps_video_player_audio_player.svg
│ │ │ ├── apps_video_player_perfect_hd.svg
│ │ │ ├── apps_videoplayer_ultimate.svg
│ │ │ ├── apps_vk.svg
│ │ │ ├── apps_vlc.svg
│ │ │ ├── apps_wechat.svg
│ │ │ ├── apps_whatsapp.svg
│ │ │ ├── apps_whatsapp_business.svg
│ │ │ ├── apps_wherearetheeyes.svg
│ │ │ ├── apps_wifi_adb.svg
│ │ │ ├── apps_wlanscanner.svg
│ │ │ ├── apps_wondershare_player.svg
│ │ │ ├── apps_wps_wpa_tester.svg
│ │ │ ├── apps_xenoamp_music_player.svg
│ │ │ ├── apps_ximalaya_fm.svg
│ │ │ ├── apps_xplay_music_player.svg
│ │ │ ├── apps_yandex_browser.svg
│ │ │ ├── apps_yo_browser.svg
│ │ │ ├── apps_yolo_browser.svg
│ │ │ ├── apps_zarchiver.svg
│ │ │ ├── apps_zarchiver_pro.svg
│ │ │ ├── apps_zenmoney.svg
│ │ │ ├── apps_zerotier_one.svg
│ │ │ ├── apps_zgz_video_player.svg
│ │ │ ├── games_ark.svg
│ │ │ ├── games_badland.svg
│ │ │ ├── games_borderlands_2.svg
│ │ │ ├── games_bridge_constructor_portal.svg
│ │ │ ├── games_dont_starve.svg
│ │ │ ├── games_dont_starve_shipwrecked.svg
│ │ │ ├── games_door_kickers.svg
│ │ │ ├── games_eternal_lands.svg
│ │ │ ├── games_evedroid.svg
│ │ │ ├── games_freedoom.svg
│ │ │ ├── games_frozen_bubble.svg
│ │ │ ├── games_grim_fandango_remastered.svg
│ │ │ ├── games_half_life2.svg
│ │ │ ├── games_hook.svg
│ │ │ ├── games_life_is_strange.svg
│ │ │ ├── games_limbo.svg
│ │ │ ├── games_manaplus.svg
│ │ │ ├── games_minecraft.svg
│ │ │ ├── games_minetest.svg
│ │ │ ├── google_accessibility_auditor.svg
│ │ │ ├── google_adm.svg
│ │ │ ├── google_admin.svg
│ │ │ ├── google_adsense.svg
│ │ │ ├── google_adwords.svg
│ │ │ ├── google_adwords_express.svg
│ │ │ ├── google_agenda.svg
│ │ │ ├── google_allo.svg
│ │ │ ├── google_analytics.svg
│ │ │ ├── google_android_auto.svg
│ │ │ ├── google_android_device_enrollment.svg
│ │ │ ├── google_android_device_policy.svg
│ │ │ ├── google_android_pay.svg
│ │ │ ├── google_android_tv_core_services.svg
│ │ │ ├── google_android_tv_launcher.svg
│ │ │ ├── google_android_tv_remote.svg
│ │ │ ├── google_android_wear.svg
│ │ │ ├── google_androidify.svg
│ │ │ ├── google_ar_stickers.svg
│ │ │ ├── google_arts.svg
│ │ │ ├── google_auth.svg
│ │ │ ├── google_blogger.svg
│ │ │ ├── google_brailleback.svg
│ │ │ ├── google_calculator.svg
│ │ │ ├── google_cardboard.svg
│ │ │ ├── google_cardboard_design.svg
│ │ │ ├── google_carrier_services.svg
│ │ │ ├── google_cast_receiver.svg
│ │ │ ├── google_chrome.svg
│ │ │ ├── google_chrome_beta.svg
│ │ │ ├── google_chrome_canary.svg
│ │ │ ├── google_chrome_dev.svg
│ │ │ ├── google_chrome_remote_desktop.svg
│ │ │ ├── google_classroom.svg
│ │ │ ├── google_clock.svg
│ │ │ ├── google_cloud_search.svg
│ │ │ ├── google_cloudconsole.svg
│ │ │ ├── google_cloudprint.svg
│ │ │ ├── google_contacts.svg
│ │ │ ├── google_creative_preview.svg
│ │ │ ├── google_crowdsource.svg
│ │ │ ├── google_cyclops.svg
│ │ │ ├── google_datally.svg
│ │ │ ├── google_daydream.svg
│ │ │ ├── google_daydream_elements.svg
│ │ │ ├── google_dmagent.svg
│ │ │ ├── google_docs.svg
│ │ │ ├── google_drive.svg
│ │ │ ├── google_duo.svg
│ │ │ ├── google_emergencyassist.svg
│ │ │ ├── google_expeditions.svg
│ │ │ ├── google_files_go.svg
│ │ │ ├── google_fit.svg
│ │ │ ├── google_forscience.svg
│ │ │ ├── google_gboard.svg
│ │ │ ├── google_gmail.svg
│ │ │ ├── google_gmail_go.svg
│ │ │ ├── google_goggles.svg
│ │ │ ├── google_google.svg
│ │ │ ├── google_hangouts.svg
│ │ │ ├── google_hangouts_meet.svg
│ │ │ ├── google_help.svg
│ │ │ ├── google_home.svg
│ │ │ ├── google_inbox.svg
│ │ │ ├── google_input_handwriting.svg
│ │ │ ├── google_input_japanese.svg
│ │ │ ├── google_input_korean.svg
│ │ │ ├── google_input_pinyin.svg
│ │ │ ├── google_intersection_explore.svg
│ │ │ ├── google_io.svg
│ │ │ ├── google_jamboard.svg
│ │ │ ├── google_keep.svg
│ │ │ ├── google_measure.svg
│ │ │ ├── google_messaging.svg
│ │ │ ├── google_my_maps.svg
│ │ │ ├── google_myglass.svg
│ │ │ ├── google_news.svg
│ │ │ ├── google_pdfviewer.svg
│ │ │ ├── google_phone.svg
│ │ │ ├── google_photos.svg
│ │ │ ├── google_pixel_ambient_services.svg
│ │ │ ├── google_pixel_launcher.svg
│ │ │ ├── google_play.svg
│ │ │ ├── google_play_book.svg
│ │ │ ├── google_play_game.svg
│ │ │ ├── google_play_movie.svg
│ │ │ ├── google_play_music.svg
│ │ │ ├── google_play_press.svg
│ │ │ ├── google_playconsole.svg
│ │ │ ├── google_plus.svg
│ │ │ ├── google_santatracker.svg
│ │ │ ├── google_scanner.svg
│ │ │ ├── google_sheets.svg
│ │ │ ├── google_slides.svg
│ │ │ ├── google_snapseed.svg
│ │ │ ├── google_spotlightstories.svg
│ │ │ ├── google_start.svg
│ │ │ ├── google_street.svg
│ │ │ ├── google_toontastic.svg
│ │ │ ├── google_translate.svg
│ │ │ ├── google_trips.svg
│ │ │ ├── google_vega.svg
│ │ │ ├── google_voice_search.svg
│ │ │ ├── google_wallpaper.svg
│ │ │ ├── google_webview.svg
│ │ │ ├── google_wifi.svg
│ │ │ ├── google_youtube.svg
│ │ │ ├── google_youtube_creator.svg
│ │ │ ├── google_youtube_gaming.svg
│ │ │ ├── logo.svg
│ │ │ ├── system_alarm.svg
│ │ │ ├── system_android.svg
│ │ │ ├── system_api_dev.svg
│ │ │ ├── system_battery.svg
│ │ │ ├── system_bluetooth.svg
│ │ │ ├── system_browser.svg
│ │ │ ├── system_browser_2.svg
│ │ │ ├── system_calculator.svg
│ │ │ ├── system_calendar.svg
│ │ │ ├── system_camera.svg
│ │ │ ├── system_camera_2.svg
│ │ │ ├── system_clock.svg
│ │ │ ├── system_color.svg
│ │ │ ├── system_compass.svg
│ │ │ ├── system_contacts.svg
│ │ │ ├── system_dash.svg
│ │ │ ├── system_dash_2.svg
│ │ │ ├── system_dash_3.svg
│ │ │ ├── system_downloads.svg
│ │ │ ├── system_downloads_2.svg
│ │ │ ├── system_downloads_3.svg
│ │ │ ├── system_eq.svg
│ │ │ ├── system_file_manager.svg
│ │ │ ├── system_fingerprint.svg
│ │ │ ├── system_flashlight.svg
│ │ │ ├── system_gallery.svg
│ │ │ ├── system_gesture_builder.svg
│ │ │ ├── system_hotspot.svg
│ │ │ ├── system_internet_chat.svg
│ │ │ ├── system_keyboard.svg
│ │ │ ├── system_mail.svg
│ │ │ ├── system_maps.svg
│ │ │ ├── system_messages.svg
│ │ │ ├── system_mic.svg
│ │ │ ├── system_mic_2.svg
│ │ │ ├── system_mms.svg
│ │ │ ├── system_music.svg
│ │ │ ├── system_music_2.svg
│ │ │ ├── system_music_3.svg
│ │ │ ├── system_notes.svg
│ │ │ ├── system_phone.svg
│ │ │ ├── system_photocam.svg
│ │ │ ├── system_preferences.svg
│ │ │ ├── system_radio.svg
│ │ │ ├── system_recovery.svg
│ │ │ ├── system_screenshot.svg
│ │ │ ├── system_security.svg
│ │ │ ├── system_settings.svg
│ │ │ ├── system_sim.svg
│ │ │ ├── system_timer.svg
│ │ │ ├── system_todo.svg
│ │ │ ├── system_video.svg
│ │ │ ├── system_videocam.svg
│ │ │ ├── system_voicedialer.svg
│ │ │ ├── system_voicemail.svg
│ │ │ ├── system_weather.svg
│ │ │ ├── system_widget_preview.svg
│ │ │ ├── system_wifi.svg
│ │ │ └── system_worldtime.svg
│ │ ├── Pyton.svg
│ │ ├── arcs.svg
│ │ ├── blur.svg
│ │ ├── butterfly.svg
│ │ ├── car.svg
│ │ ├── car2.svg
│ │ ├── clock.svg
│ │ ├── cowboy.svg
│ │ ├── ethea_shadow.svg
│ │ ├── feDropShadow.svg
│ │ ├── feMerge.svg
│ │ ├── feOffset.svg
│ │ ├── filters.svg
│ │ ├── filters3.svg
│ │ ├── flat-color-icons
│ │ │ ├── LICENSE.md
│ │ │ ├── README.md
│ │ │ ├── bower.json
│ │ │ ├── index.html
│ │ │ ├── package.json
│ │ │ └── svg
│ │ │ ├── Style.svg
│ │ │ ├── about.svg
│ │ │ ├── accept_database.svg
│ │ │ ├── add_column.svg
│ │ │ ├── add_database.svg
│ │ │ ├── add_image.svg
│ │ │ ├── add_row.svg
│ │ │ ├── address_book.svg
│ │ │ ├── advance.svg
│ │ │ ├── advertising.svg
│ │ │ ├── alarm_clock.svg
│ │ │ ├── alphabetical_sorting_az.svg
│ │ │ ├── alphabetical_sorting_za.svg
│ │ │ ├── android_os.svg
│ │ │ ├── answers.svg
│ │ │ ├── approval.svg
│ │ │ ├── approve.svg
│ │ │ ├── area_chart.svg
│ │ │ ├── assistant.svg
│ │ │ ├── audio_file.svg
│ │ │ ├── automatic.svg
│ │ │ ├── automotive.svg
│ │ │ ├── bad_decision.svg
│ │ │ ├── bar_chart.svg
│ │ │ ├── bbc.svg
│ │ │ ├── bearish.svg
│ │ │ ├── binoculars.svg
│ │ │ ├── biohazard.svg
│ │ │ ├── biomass.svg
│ │ │ ├── biotech.svg
│ │ │ ├── bookmark.svg
│ │ │ ├── briefcase.svg
│ │ │ ├── broken_link.svg
│ │ │ ├── bullish.svg
│ │ │ ├── business.svg
│ │ │ ├── business_contact.svg
│ │ │ ├── businessman.svg
│ │ │ ├── businesswoman.svg
│ │ │ ├── butting_in.svg
│ │ │ ├── cable_release.svg
│ │ │ ├── calculator.svg
│ │ │ ├── calendar.svg
│ │ │ ├── call_transfer.svg
│ │ │ ├── callback.svg
│ │ │ ├── camcorder.svg
│ │ │ ├── camcorder_pro.svg
│ │ │ ├── camera.svg
│ │ │ ├── camera_addon.svg
│ │ │ ├── camera_identification.svg
│ │ │ ├── cancel.svg
│ │ │ ├── candle_sticks.svg
│ │ │ ├── capacitor.svg
│ │ │ ├── cd_logo.svg
│ │ │ ├── cell_phone.svg
│ │ │ ├── charge_battery.svg
│ │ │ ├── checkmark.svg
│ │ │ ├── circuit.svg
│ │ │ ├── clapperboard.svg
│ │ │ ├── clear_filters.svg
│ │ │ ├── clock.svg
│ │ │ ├── close_up_mode.svg
│ │ │ ├── cloth.svg
│ │ │ ├── collaboration.svg
│ │ │ ├── collapse.svg
│ │ │ ├── collect.svg
│ │ │ ├── combo_chart.svg
│ │ │ ├── command_line.svg
│ │ │ ├── comments.svg
│ │ │ ├── compact_camera.svg
│ │ │ ├── conference_call.svg
│ │ │ ├── contacts.svg
│ │ │ ├── copyleft.svg
│ │ │ ├── copyright.svg
│ │ │ ├── crystal_oscillator.svg
│ │ │ ├── currency_exchange.svg
│ │ │ ├── cursor.svg
│ │ │ ├── customer_support.svg
│ │ │ ├── dam.svg
│ │ │ ├── data_backup.svg
│ │ │ ├── data_configuration.svg
│ │ │ ├── data_encryption.svg
│ │ │ ├── data_protection.svg
│ │ │ ├── data_recovery.svg
│ │ │ ├── data_sheet.svg
│ │ │ ├── database.svg
│ │ │ ├── debian.svg
│ │ │ ├── debt.svg
│ │ │ ├── decision.svg
│ │ │ ├── delete_column.svg
│ │ │ ├── delete_database.svg
│ │ │ ├── delete_row.svg
│ │ │ ├── department.svg
│ │ │ ├── deployment.svg
│ │ │ ├── diploma_1.svg
│ │ │ ├── diploma_2.svg
│ │ │ ├── disapprove.svg
│ │ │ ├── disclaimer.svg
│ │ │ ├── dislike.svg
│ │ │ ├── display.svg
│ │ │ ├── do_not_inhale.svg
│ │ │ ├── do_not_insert.svg
│ │ │ ├── do_not_mix.svg
│ │ │ ├── document.svg
│ │ │ ├── donate.svg
│ │ │ ├── doughnut_chart.svg
│ │ │ ├── down.svg
│ │ │ ├── down_left.svg
│ │ │ ├── down_right.svg
│ │ │ ├── download.svg
│ │ │ ├── dribbble.svg
│ │ │ ├── dvd_logo.svg
│ │ │ ├── edit_image.svg
│ │ │ ├── electrical_sensor.svg
│ │ │ ├── electrical_threshold.svg
│ │ │ ├── electricity.svg
│ │ │ ├── electro_devices.svg
│ │ │ ├── electronics.svg
│ │ │ ├── empty_battery.svg
│ │ │ ├── empty_filter.svg
│ │ │ ├── empty_trash.svg
│ │ │ ├── end_call.svg
│ │ │ ├── engineering.svg
│ │ │ ├── entering_heaven_alive.svg
│ │ │ ├── expand.svg
│ │ │ ├── expired.svg
│ │ │ ├── export.svg
│ │ │ ├── external.svg
│ │ │ ├── factory.svg
│ │ │ ├── factory_breakdown.svg
│ │ │ ├── faq.svg
│ │ │ ├── feed_in.svg
│ │ │ ├── feedback.svg
│ │ │ ├── file.svg
│ │ │ ├── filing_cabinet.svg
│ │ │ ├── filled_filter.svg
│ │ │ ├── film.svg
│ │ │ ├── film_reel.svg
│ │ │ ├── fine_print.svg
│ │ │ ├── flash_auto.svg
│ │ │ ├── flash_off.svg
│ │ │ ├── flash_on.svg
│ │ │ ├── flow_chart.svg
│ │ │ ├── folder.svg
│ │ │ ├── frame.svg
│ │ │ ├── full_battery.svg
│ │ │ ├── full_trash.svg
│ │ │ ├── gallery.svg
│ │ │ ├── genealogy.svg
│ │ │ ├── generic_sorting_asc.svg
│ │ │ ├── generic_sorting_desc.svg
│ │ │ ├── globe.svg
│ │ │ ├── good_decision.svg
│ │ │ ├── google.svg
│ │ │ ├── graduation_cap.svg
│ │ │ ├── grid.svg
│ │ │ ├── headset.svg
│ │ │ ├── heat_map.svg
│ │ │ ├── high_battery.svg
│ │ │ ├── high_priority.svg
│ │ │ ├── home.svg
│ │ │ ├── icons8_cup.svg
│ │ │ ├── idea.svg
│ │ │ ├── image_file.svg
│ │ │ ├── import.svg
│ │ │ ├── in_transit.svg
│ │ │ ├── info.svg
│ │ │ ├── inspection.svg
│ │ │ ├── integrated_webcam.svg
│ │ │ ├── internal.svg
│ │ │ ├── invite.svg
│ │ │ ├── ipad.svg
│ │ │ ├── iphone.svg
│ │ │ ├── key.svg
│ │ │ ├── kindle.svg
│ │ │ ├── landscape.svg
│ │ │ ├── leave.svg
│ │ │ ├── left.svg
│ │ │ ├── left_down.svg
│ │ │ ├── left_down2.svg
│ │ │ ├── left_up.svg
│ │ │ ├── left_up2.svg
│ │ │ ├── library.svg
│ │ │ ├── light_at_the_end_of_tunnel.svg
│ │ │ ├── like.svg
│ │ │ ├── like_placeholder.svg
│ │ │ ├── line_chart.svg
│ │ │ ├── link.svg
│ │ │ ├── linux.svg
│ │ │ ├── list.svg
│ │ │ ├── lock.svg
│ │ │ ├── lock_landscape.svg
│ │ │ ├── lock_portrait.svg
│ │ │ ├── low_battery.svg
│ │ │ ├── low_priority.svg
│ │ │ ├── make_decision.svg
│ │ │ ├── manager.svg
│ │ │ ├── medium_priority.svg
│ │ │ ├── menu.svg
│ │ │ ├── middle_battery.svg
│ │ │ ├── mind_map.svg
│ │ │ ├── minus.svg
│ │ │ ├── missed_call.svg
│ │ │ ├── mms.svg
│ │ │ ├── money_transfer.svg
│ │ │ ├── multiple_cameras.svg
│ │ │ ├── multiple_devices.svg
│ │ │ ├── multiple_inputs.svg
│ │ │ ├── multiple_smartphones.svg
│ │ │ ├── music.svg
│ │ │ ├── negative_dynamic.svg
│ │ │ ├── neutral_decision.svg
│ │ │ ├── neutral_trading.svg
│ │ │ ├── news.svg
│ │ │ ├── next.svg
│ │ │ ├── nfc_sign.svg
│ │ │ ├── night_landscape.svg
│ │ │ ├── night_portrait.svg
│ │ │ ├── no_idea.svg
│ │ │ ├── no_video.svg
│ │ │ ├── nook.svg
│ │ │ ├── numerical_sorting_12.svg
│ │ │ ├── numerical_sorting_21.svg
│ │ │ ├── ok.svg
│ │ │ ├── old_time_camera.svg
│ │ │ ├── online_support.svg
│ │ │ ├── opened_folder.svg
│ │ │ ├── org_unit.svg
│ │ │ ├── organization.svg
│ │ │ ├── overtime.svg
│ │ │ ├── package.svg
│ │ │ ├── paid.svg
│ │ │ ├── panorama.svg
│ │ │ ├── parallel_tasks.svg
│ │ │ ├── phone.svg
│ │ │ ├── phone_android.svg
│ │ │ ├── photo_reel.svg
│ │ │ ├── picture.svg
│ │ │ ├── pie_chart.svg
│ │ │ ├── planner.svg
│ │ │ ├── plus.svg
│ │ │ ├── podium_with_audience.svg
│ │ │ ├── podium_with_speaker.svg
│ │ │ ├── podium_without_speaker.svg
│ │ │ ├── portrait_mode.svg
│ │ │ ├── positive_dynamic.svg
│ │ │ ├── previous.svg
│ │ │ ├── print.svg
│ │ │ ├── privacy.svg
│ │ │ ├── process.svg
│ │ │ ├── puzzle.svg
│ │ │ ├── questions.svg
│ │ │ ├── radar_plot.svg
│ │ │ ├── rating.svg
│ │ │ ├── ratings.svg
│ │ │ ├── reading.svg
│ │ │ ├── reading_ebook.svg
│ │ │ ├── reddit.svg
│ │ │ ├── redo.svg
│ │ │ ├── refresh.svg
│ │ │ ├── registered_trademark.svg
│ │ │ ├── remove_image.svg
│ │ │ ├── reuse.svg
│ │ │ ├── right.svg
│ │ │ ├── right_down.svg
│ │ │ ├── right_down2.svg
│ │ │ ├── right_up.svg
│ │ │ ├── right_up2.svg
│ │ │ ├── rotate_camera.svg
│ │ │ ├── rotate_to_landscape.svg
│ │ │ ├── rotate_to_portrait.svg
│ │ │ ├── ruler.svg
│ │ │ ├── rules.svg
│ │ │ ├── safe.svg
│ │ │ ├── sales_performance.svg
│ │ │ ├── scatter_plot.svg
│ │ │ ├── search.svg
│ │ │ ├── self_service_kiosk.svg
│ │ │ ├── selfie.svg
│ │ │ ├── serial_tasks.svg
│ │ │ ├── service_mark.svg
│ │ │ ├── services.svg
│ │ │ ├── settings.svg
│ │ │ ├── share.svg
│ │ │ ├── shipped.svg
│ │ │ ├── shop.svg
│ │ │ ├── signature.svg
│ │ │ ├── sim_card.svg
│ │ │ ├── sim_card_chip.svg
│ │ │ ├── slr_back_side.svg
│ │ │ ├── smartphone_tablet.svg
│ │ │ ├── sms.svg
│ │ │ ├── sound_recording_copyright.svg
│ │ │ ├── speaker.svg
│ │ │ ├── sports_mode.svg
│ │ │ ├── stack_of_photos.svg
│ │ │ ├── start.svg
│ │ │ ├── statistics.svg
│ │ │ ├── steam.svg
│ │ │ ├── stumbleupon.svg
│ │ │ ├── support.svg
│ │ │ ├── survey.svg
│ │ │ ├── svg-logo-gray.svg
│ │ │ ├── svg-logo-v.svg
│ │ │ ├── switch_camera.svg
│ │ │ ├── synchronize.svg
│ │ │ ├── tablet_android.svg
│ │ │ ├── template.svg
│ │ │ ├── timeline.svg
│ │ │ ├── todo_list.svg
│ │ │ ├── touchscreen_smartphone.svg
│ │ │ ├── trademark.svg
│ │ │ ├── tree_structure.svg
│ │ │ ├── two_smartphones.svg
│ │ │ ├── undo.svg
│ │ │ ├── unlock.svg
│ │ │ ├── up.svg
│ │ │ ├── up_left.svg
│ │ │ ├── up_right.svg
│ │ │ ├── upload.svg
│ │ │ ├── usb.svg
│ │ │ ├── video_call.svg
│ │ │ ├── video_file.svg
│ │ │ ├── video_projector.svg
│ │ │ ├── view_details.svg
│ │ │ ├── vip.svg
│ │ │ ├── vlc.svg
│ │ │ ├── voice_presentation.svg
│ │ │ ├── voicemail.svg
│ │ │ ├── webcam.svg
│ │ │ ├── wi-fi_logo.svg
│ │ │ ├── wikipedia.svg
│ │ │ └── workflow.svg
│ │ ├── gorilla.svg
│ │ ├── heart.svg
│ │ ├── jet_engine.svg
│ │ ├── lingerie.svg
│ │ ├── linux.svg
│ │ ├── lion.svg
│ │ ├── markers.svg
│ │ ├── music2.svg
│ │ ├── offset_trig.svg
│ │ ├── pattern.svg
│ │ ├── playing-cards
│ │ │ ├── 1B.svg
│ │ │ ├── 1J.svg
│ │ │ ├── 2B.svg
│ │ │ ├── 2C.svg
│ │ │ ├── 2D.svg
│ │ │ ├── 2H.svg
│ │ │ ├── 2J.svg
│ │ │ ├── 2S.svg
│ │ │ ├── 3C.svg
│ │ │ ├── 3D.svg
│ │ │ ├── 3H.svg
│ │ │ ├── 3S.svg
│ │ │ ├── 4C.svg
│ │ │ ├── 4D.svg
│ │ │ ├── 4H.svg
│ │ │ ├── 4S.svg
│ │ │ ├── 5C.svg
│ │ │ ├── 5D.svg
│ │ │ ├── 5H.svg
│ │ │ ├── 5S.svg
│ │ │ ├── 6C.svg
│ │ │ ├── 6D.svg
│ │ │ ├── 6H.svg
│ │ │ ├── 6S.svg
│ │ │ ├── 7C.svg
│ │ │ ├── 7D.svg
│ │ │ ├── 7H.svg
│ │ │ ├── 7S.svg
│ │ │ ├── 8C.svg
│ │ │ ├── 8D.svg
│ │ │ ├── 8H.svg
│ │ │ ├── 8S.svg
│ │ │ ├── 9C.svg
│ │ │ ├── 9D.svg
│ │ │ ├── 9H.svg
│ │ │ ├── 9S.svg
│ │ │ ├── AC.svg
│ │ │ ├── AD.svg
│ │ │ ├── AH.svg
│ │ │ ├── AS.svg
│ │ │ ├── JC.svg
│ │ │ ├── JD.svg
│ │ │ ├── JH.svg
│ │ │ ├── JS.svg
│ │ │ ├── KC.svg
│ │ │ ├── KD.svg
│ │ │ ├── KH.svg
│ │ │ ├── KS.svg
│ │ │ ├── QC.svg
│ │ │ ├── QD.svg
│ │ │ ├── QH.svg
│ │ │ ├── QS.svg
│ │ │ ├── TC.svg
│ │ │ ├── TD.svg
│ │ │ ├── TH.svg
│ │ │ ├── TS.svg
│ │ │ └── license.txt
│ │ ├── radial_gradient.svg
│ │ ├── radialgradient1.svg
│ │ ├── scrabble.svg
│ │ ├── sine_cosine.svg
│ │ ├── spider.svg
│ │ ├── subpixel.svg
│ │ ├── svg-logo-gray.svg
│ │ ├── svg-logo-v.svg
│ │ ├── symbol.svg
│ │ ├── text-on-path.svg
│ │ ├── text2.svg
│ │ ├── textpath2.svg
│ │ └── tiger.svg
│ ├── Image32
│ │ ├── ChangeLog.txt
│ │ ├── Image32.chm
│ │ ├── ReadMe.txt
│ │ └── source
│ │ ├── Img32.CQ.pas
│ │ ├── Img32.Clipper.pas
│ │ ├── Img32.Draw.pas
│ │ ├── Img32.Extra.pas
│ │ ├── Img32.FMX.pas
│ │ ├── Img32.Fmt.BMP.pas
│ │ ├── Img32.Fmt.GIF.pas
│ │ ├── Img32.Fmt.JPG.pas
│ │ ├── Img32.Fmt.PNG.pas
│ │ ├── Img32.Fmt.QOI.pas
│ │ ├── Img32.Fmt.SVG.pas
│ │ ├── Img32.Layers.pas
│ │ ├── Img32.Panels.dcr
│ │ ├── Img32.Panels.pas
│ │ ├── Img32.Resamplers.pas
│ │ ├── Img32.SVG.Core.pas
│ │ ├── Img32.SVG.HashConsts.inc
│ │ ├── Img32.SVG.HtmlColorConsts.inc
│ │ ├── Img32.SVG.HtmlHashConsts.inc
│ │ ├── Img32.SVG.HtmlValues.inc
│ │ ├── Img32.SVG.Path.pas
│ │ ├── Img32.SVG.PathDesign.pas
│ │ ├── Img32.SVG.Reader.pas
│ │ ├── Img32.Storage.pas
│ │ ├── Img32.Text.pas
│ │ ├── Img32.Transform.pas
│ │ ├── Img32.Vector.pas
│ │ ├── Img32.inc
│ │ └── Img32.pas
│ ├── LICENSE
│ ├── Packages
│ │ ├── D10
│ │ │ ├── SVGIconImageList.dpk
│ │ │ ├── SVGIconImageList.dproj
│ │ │ ├── SVGIconImageList.res
│ │ │ ├── SVGIconImageListGroupPackages.groupproj
│ │ │ ├── SVGIconPackage.dpk
│ │ │ ├── SVGIconPackage.dproj
│ │ │ ├── SVGIconPackage.res
│ │ │ ├── SVGImage32Package.dpk
│ │ │ ├── SVGImage32Package.dproj
│ │ │ ├── SVGImage32Package.res
│ │ │ ├── dclSVGIconImageList.dpk
│ │ │ ├── dclSVGIconImageList.dproj
│ │ │ └── dclSVGIconImageList.res
│ │ ├── D10_1
│ │ │ ├── SVGIconImageList.dpk
│ │ │ ├── SVGIconImageList.dproj
│ │ │ ├── SVGIconImageList.res
│ │ │ ├── SVGIconImageListGroupPackages.groupproj
│ │ │ ├── SVGIconPackage.dpk
│ │ │ ├── SVGIconPackage.dproj
│ │ │ ├── SVGIconPackage.res
│ │ │ ├── SVGImage32Package.dpk
│ │ │ ├── SVGImage32Package.dproj
│ │ │ ├── SVGImage32Package.res
│ │ │ ├── dclSVGIconImageList.dpk
│ │ │ ├── dclSVGIconImageList.dproj
│ │ │ └── dclSVGIconImageList.res
│ │ ├── D10_2
│ │ │ ├── SVGIconImageList.dpk
│ │ │ ├── SVGIconImageList.dproj
│ │ │ ├── SVGIconImageList.res
│ │ │ ├── SVGIconImageListGroupPackages.groupproj
│ │ │ ├── SVGIconPackage.dpk
│ │ │ ├── SVGIconPackage.dproj
│ │ │ ├── SVGIconPackage.res
│ │ │ ├── SVGImage32Package.dpk
│ │ │ ├── SVGImage32Package.dproj
│ │ │ ├── SVGImage32Package.res
│ │ │ ├── dclSVGIconImageList.dpk
│ │ │ ├── dclSVGIconImageList.dproj
│ │ │ └── dclSVGIconImageList.res
│ │ ├── D10_3
│ │ │ ├── SVGIconImageList.dpk
│ │ │ ├── SVGIconImageList.dproj
│ │ │ ├── SVGIconImageList.res
│ │ │ ├── SVGIconImageListFMX.dpk
│ │ │ ├── SVGIconImageListFMX.dproj
│ │ │ ├── SVGIconImageListFMX.res
│ │ │ ├── SVGIconImageListGroupPackages.groupproj
│ │ │ ├── SVGIconPackage.dpk
│ │ │ ├── SVGIconPackage.dproj
│ │ │ ├── SVGIconPackage.res
│ │ │ ├── SVGImage32Package.dpk
│ │ │ ├── SVGImage32Package.dproj
│ │ │ ├── SVGImage32Package.res
│ │ │ ├── dclSVGIconImageList.dpk
│ │ │ ├── dclSVGIconImageList.dproj
│ │ │ ├── dclSVGIconImageList.res
│ │ │ ├── dclSVGIconImageListFMX.dpk
│ │ │ ├── dclSVGIconImageListFMX.dproj
│ │ │ └── dclSVGIconImageListFMX.res
│ │ ├── D10_4
│ │ │ ├── SVGIconImageList.dpk
│ │ │ ├── SVGIconImageList.dproj
│ │ │ ├── SVGIconImageList.res
│ │ │ ├── SVGIconImageListFMX.dpk
│ │ │ ├── SVGIconImageListFMX.dproj
│ │ │ ├── SVGIconImageListFMX.res
│ │ │ ├── SVGIconImageListGroupPackages.groupproj
│ │ │ ├── SVGIconPackage.dpk
│ │ │ ├── SVGIconPackage.dproj
│ │ │ ├── SVGIconPackage.res
│ │ │ ├── SVGImage32Package.dpk
│ │ │ ├── SVGImage32Package.dproj
│ │ │ ├── SVGImage32Package.res
│ │ │ ├── dclSVGIconImageList.dpk
│ │ │ ├── dclSVGIconImageList.dproj
│ │ │ ├── dclSVGIconImageList.res
│ │ │ ├── dclSVGIconImageListFMX.dpk
│ │ │ ├── dclSVGIconImageListFMX.dproj
│ │ │ └── dclSVGIconImageListFMX.res
│ │ ├── D11
│ │ │ ├── SVGIconImageList.dpk
│ │ │ ├── SVGIconImageList.dproj
│ │ │ ├── SVGIconImageList.res
│ │ │ ├── SVGIconImageListFMX.dpk
│ │ │ ├── SVGIconImageListFMX.dproj
│ │ │ ├── SVGIconImageListFMX.res
│ │ │ ├── SVGIconImageListGroupPackages.groupproj
│ │ │ ├── SVGIconPackage.dpk
│ │ │ ├── SVGIconPackage.dproj
│ │ │ ├── SVGIconPackage.res
│ │ │ ├── SVGImage32Package.dpk
│ │ │ ├── SVGImage32Package.dproj
│ │ │ ├── SVGImage32Package.res
│ │ │ ├── dclSVGIconImageList.dpk
│ │ │ ├── dclSVGIconImageList.dproj
│ │ │ ├── dclSVGIconImageList.res
│ │ │ ├── dclSVGIconImageListFMX.dpk
│ │ │ ├── dclSVGIconImageListFMX.dproj
│ │ │ └── dclSVGIconImageListFMX.res
│ │ ├── DXE3
│ │ │ ├── SVGIconImageList.dpk
│ │ │ ├── SVGIconImageList.dproj
│ │ │ ├── SVGIconImageList.res
│ │ │ ├── SVGIconImageListGroupPackages.groupproj
│ │ │ ├── SVGIconPackage.dpk
│ │ │ ├── SVGIconPackage.dproj
│ │ │ ├── SVGIconPackage.res
│ │ │ ├── SVGImage32Package.dpk
│ │ │ ├── SVGImage32Package.dproj
│ │ │ ├── SVGImage32Package.res
│ │ │ ├── dclSVGIconImageList.dpk
│ │ │ ├── dclSVGIconImageList.dproj
│ │ │ └── dclSVGIconImageList.res
│ │ ├── DXE6
│ │ │ ├── SVGIconImageList.dpk
│ │ │ ├── SVGIconImageList.dproj
│ │ │ ├── SVGIconImageList.res
│ │ │ ├── SVGIconImageListGroupPackages.groupproj
│ │ │ ├── SVGIconPackage.dpk
│ │ │ ├── SVGIconPackage.dproj
│ │ │ ├── SVGIconPackage.res
│ │ │ ├── SVGImage32Package.dpk
│ │ │ ├── SVGImage32Package.dproj
│ │ │ ├── SVGImage32Package.res
│ │ │ ├── dclSVGIconImageList.dpk
│ │ │ ├── dclSVGIconImageList.dproj
│ │ │ └── dclSVGIconImageList.res
│ │ ├── DXE7
│ │ │ ├── SVGIconImageList.dpk
│ │ │ ├── SVGIconImageList.dproj
│ │ │ ├── SVGIconImageList.res
│ │ │ ├── SVGIconImageListGroupPackages.groupproj
│ │ │ ├── SVGIconPackage.dpk
│ │ │ ├── SVGIconPackage.dproj
│ │ │ ├── SVGIconPackage.res
│ │ │ ├── SVGImage32Package.dpk
│ │ │ ├── SVGImage32Package.dproj
│ │ │ ├── dclSVGIconImageList.dpk
│ │ │ ├── dclSVGIconImageList.dproj
│ │ │ └── dclSVGIconImageList.res
│ │ ├── DXE8
│ │ │ ├── SVGIconImageList.dpk
│ │ │ ├── SVGIconImageList.dproj
│ │ │ ├── SVGIconImageList.res
│ │ │ ├── SVGIconImageListGroupPackages.groupproj
│ │ │ ├── SVGIconPackage.dpk
│ │ │ ├── SVGIconPackage.dproj
│ │ │ ├── SVGIconPackage.res
│ │ │ ├── SVGImage32Package.dpk
│ │ │ ├── SVGImage32Package.dproj
│ │ │ ├── SVGImage32Package.res
│ │ │ ├── dclSVGIconImageList.dpk
│ │ │ ├── dclSVGIconImageList.dproj
│ │ │ └── dclSVGIconImageList.res
│ │ ├── FMX.SVGIconImageListEditorUnit.fmx
│ │ ├── FMX.SVGIconImageListEditorUnit.pas
│ │ ├── FMX.SVGIconImageRegister.pas
│ │ ├── FMX.SVGTextPropertyEditorUnit.fmx
│ │ ├── FMX.SVGTextPropertyEditorUnit.pas
│ │ ├── GetItLogo.png
│ │ ├── SVGIconImageCollectionComponentIcon.png
│ │ ├── SVGIconImageComponentIcon.png
│ │ ├── SVGIconImageList.dcr
│ │ ├── SVGIconImageListComponentIcon.png
│ │ ├── SVGIconImageListEditorUnit.dfm
│ │ ├── SVGIconImageListEditorUnit.pas
│ │ ├── SVGIconImageListNew.dcr
│ │ ├── SVGIconImageRegister.pas
│ │ ├── SVGIconVirtualImageListComponentIcon.png
│ │ ├── SVGTextPropertyEditorUnit.dfm
│ │ └── SVGTextPropertyEditorUnit.pas
│ ├── README.md
│ ├── Source
│ │ ├── D2DSVGFactory.pas
│ │ ├── FMX.Image32SVG.pas
│ │ ├── FMX.ImageSVG.pas
│ │ ├── FMX.ImageSkiaSVG.pas
│ │ ├── FMX.SVGIconImage.pas
│ │ ├── FMX.SVGIconImageList.pas
│ │ ├── Image32SVGFactory.pas
│ │ ├── PasSVGFactory.pas
│ │ ├── SVGIconImage.pas
│ │ ├── SVGIconImageCollection.pas
│ │ ├── SVGIconImageList.inc
│ │ ├── SVGIconImageList.pas
│ │ ├── SVGIconImageListBase.pas
│ │ ├── SVGIconItems.pas
│ │ ├── SVGIconUtils.pas
│ │ ├── SVGIconVirtualImageList.pas
│ │ ├── SVGInterfaces.pas
│ │ ├── SVGMessaging.pas
│ │ ├── SkiaSVGFactory.pas
│ │ ├── Winapi.D2DMissing.pas
│ │ ├── dlgExportPNG.dfm
│ │ └── dlgExportPNG.pas
│ ├── Svg
│ │ ├── BitmapCodecSVG.pas
│ │ ├── GDIPKerning.pas
│ │ ├── GDIPOBJ2.pas
│ │ ├── GDIPPathText.pas
│ │ ├── SVG.pas
│ │ ├── SVGColor.pas
│ │ ├── SVGCommon.pas
│ │ ├── SVGPaint.pas
│ │ ├── SVGParse.pas
│ │ ├── SVGPath.pas
│ │ ├── SVGStyle.pas
│ │ ├── SVGTypes.pas
│ │ └── XmlLite.pas
│ └── skia4delphi
│ ├── Binary
│ │ ├── Android
│ │ │ └── Release
│ │ │ ├── Build.txt
│ │ │ └── libsk4d.so
│ │ ├── Android64
│ │ │ └── Release
│ │ │ ├── Build.txt
│ │ │ └── libsk4d.so
│ │ ├── Linux64
│ │ │ └── Release
│ │ │ ├── Build.txt
│ │ │ ├── Other Distributions
│ │ │ │ └── Red Hat
│ │ │ │ └── Build.txt
│ │ │ └── libsk4d.so
│ │ ├── OSX64
│ │ │ └── Release
│ │ │ ├── Build.txt
│ │ │ └── sk4d.dylib
│ │ ├── OSXARM64
│ │ │ └── Release
│ │ │ ├── Build.txt
│ │ │ └── sk4d.dylib
│ │ ├── Win32
│ │ │ └── Release
│ │ │ ├── Build.txt
│ │ │ └── sk4d.dll
│ │ ├── Win64
│ │ │ └── Release
│ │ │ ├── Build.txt
│ │ │ └── sk4d.dll
│ │ └── iOSDevice64
│ │ └── Release
│ │ ├── Build.txt
│ │ └── sk4d.a
│ ├── LICENSE
│ ├── README.md
│ └── Source
│ ├── FMX
│ │ ├── Skia.FMX.Canvas.GL.pas
│ │ ├── Skia.FMX.Canvas.Metal.pas
│ │ ├── Skia.FMX.Graphics.pas
│ │ └── Skia.FMX.pas
│ ├── Skia.Api.pas
│ ├── Skia.Bindings.pas
│ ├── Skia.pas
│ └── VCL
│ └── Skia.Vcl.pas
└── SVGIconImageList-3.9.1.zip
60 directories, 1480 files
评论